internet explorer skinner

  1. // Skin IEDlg.h : header file
  2. //
  3.  
  4. #if !defined(AFX_SKINIEDLG_H__5F2DB459_E497_45A9_9F6E_87CD63D4F7FD__INCLUDED_)
  5. #define AFX_SKINIEDLG_H__5F2DB459_E497_45A9_9F6E_87CD63D4F7FD__INCLUDED_
  6.  
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10.  
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CSkinIEDlg dialog
  13.  
  14. class CSkinIEDlg : public CDialog
  15. {
  16. // Construction
  17. public:
  18.         CSkinIEDlg(CWnd* pParent = NULL);       // standard constructor
  19.  
  20. // Dialog Data
  21.         //{{AFX_DATA(CSkinIEDlg)
  22.         enum { IDD = IDD_SKINIE_DIALOG };
  23.                 // NOTE: the ClassWizard will add data members here
  24.         //}}AFX_DATA
  25.  
  26.         // ClassWizard generated virtual function overrides
  27.         //{{AFX_VIRTUAL(CSkinIEDlg)
  28.         protected:
  29.         virtual void DoDataExchange(CDataExchange* pDX);        // DDX/DDV support
  30.         //}}AFX_VIRTUAL
  31.  
  32. // Implementation
  33. protected:
  34.         HICON m_hIcon;
  35.  
  36.         // Generated message map functions
  37.         //{{AFX_MSG(CSkinIEDlg)
  38.         virtual BOOL OnInitDialog();
  39.         afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  40.         afx_msg void OnPaint();
  41.         afx_msg HCURSOR OnQueryDragIcon();
  42.         afx_msg void OnButtonSkin();
  43.         afx_msg void OnButtonLogo();
  44.         afx_msg void OnButtonTitre();
  45.         afx_msg void OnSuprModif();
  46.         //}}AFX_MSG
  47.         DECLARE_MESSAGE_MAP()
  48. };
  49.  
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  52.  
  53. #endif // !defined(AFX_SKINIEDLG_H__5F2DB459_E497_45A9_9F6E_87CD63D4F7FD__INCLUDED_)
  54.  

contact - link to this site